ArcFM Desktop Developer Guide
LoadLookup(IEnumerable<IEnumerable<Object>>) Method


Syntax
'Declaration
 
Public Sub LoadLookup( _
   ByVal allTraces As IEnumerable(Of IEnumerable(Of Object)) _
) 
'Usage
 
Dim instance As BulkHierarchyExplorer
Dim allTraces As IEnumerable(Of IEnumerable(Of Object))
 
instance.LoadLookup(allTraces)
public void LoadLookup( 
   IEnumerable<IEnumerable<object>> allTraces
)

Parameters

allTraces
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

BulkHierarchyExplorer Class
BulkHierarchyExplorer Members

 

 


Send Comment